3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
The flags parameter passed to the QABitmapNew function specifies a set of bit flags that control features of the new bitmap. You can use these masks to configure a flags parameter.
#define kQABitmap_None 0
#define kQABitmap_Lock (1 << 1)
#define kQABitmap_NoCompression (1 << 2)
#define kQABitmap_HighCompression (1 << 3)
Previous | QD3D Book | Overview | Chapter Contents | Next |